Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Update BoardData.md #64

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/travelgatex/reference/objects/BoardData.md
Expand Up @@ -7,15 +7,15 @@
"typeString": "ID!",
"name": "code",
"url": "/travelgatex/reference/scalars/id",
"description": "Internal code to perform availability.",
"description": "Internal code for checking availability",
"isDeprecated": false,
"args": null
},
{
"typeString": "String!",
"name": "boardCode",
"url": "/travelgatex/reference/scalars/string",
"description": "Code of the hotel in the Supplier selected.",
"description": "Code of the hotel in the Supplier selected",
"isDeprecated": false,
"args": null
},
Expand Down Expand Up @@ -48,14 +48,14 @@
"typename": "BoardData"
}
Board data
## GraphQL Schema definition
## GraphQL schema definition

{{% graphql-schema-type %}}

## Fields

{{% graphql-field %}}

## Require by
## Required by

{{% graphql-require-by %}}