Skip to main content

setGtfs

No description

setGtfs(
namespace: String!
gtfs: String!
gtfsrt: String!
agency: String!
timezone: String!
headers: JSON
): String

Arguments​

setGtfs.namespace ● [String!](/GraphQL API Reference/types/scalars/string.mdx) non-null scalar​

setGtfs.gtfs ● [String!](/GraphQL API Reference/types/scalars/string.mdx) non-null scalar​

setGtfs.gtfsrt ● [String!](/GraphQL API Reference/types/scalars/string.mdx) non-null scalar​

setGtfs.agency ● [String!](/GraphQL API Reference/types/scalars/string.mdx) non-null scalar​

setGtfs.timezone ● [String!](/GraphQL API Reference/types/scalars/string.mdx) non-null scalar​

setGtfs.headers ● [JSON](/GraphQL API Reference/types/scalars/json.mdx) scalar​

Type​

[String](/GraphQL API Reference/types/scalars/string.mdx) scalar​

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.