public class GraphQLGtfsSchema extends Object
| Modifier and Type | Field and Description |
|---|---|
static graphql.schema.GraphQLObjectType |
agencyType |
static graphql.schema.GraphQLObjectType |
calendarType |
static graphql.schema.GraphQLObjectType |
errorCountType
GraphQL does not have a type for arbitrary maps (String -> X).
|
static graphql.schema.GraphQLObjectType |
fareRuleType |
static graphql.schema.GraphQLObjectType |
fareType |
static graphql.schema.GraphQLSchema |
feedBasedSchema
This is the new schema as of July 2017, where all sub-entities are wrapped in a feed.
|
static graphql.schema.GraphQLObjectType |
feedInfoType |
static graphql.schema.GraphQLObjectType |
feedType
The GraphQL API type representing entries in the top-level table listing all the feeds imported into a gtfs-api
database, and with sub-fields for each table of GTFS entities within a single feed.
|
static graphql.schema.GraphQLObjectType |
frequencyType |
static graphql.schema.GraphQLObjectType |
patternStopType
Represents each stop in a list of stops within a pattern.
|
static graphql.schema.GraphQLObjectType |
patternType
The GraphQL API type representing a unique sequence of stops on a route.
|
static graphql.schema.GraphQLObjectType |
routeType |
static graphql.schema.GraphQLObjectType |
rowCountsType
The GraphQL API type representing counts of rows in the various GTFS tables.
|
static graphql.schema.GraphQLObjectType |
scheduleExceptionType |
static graphql.schema.GraphQLObjectType |
serviceDurationType
Durations that a service runs on each mode of transport (route_type).
|
static graphql.schema.GraphQLObjectType |
serviceType
The GraphQL API type representing a service (a service_id attached to trips to say they run on certain days).
|
static graphql.schema.GraphQLObjectType |
shapePointType |
static graphql.schema.GraphQLObjectType |
stopTimeType |
static graphql.schema.GraphQLObjectType |
stopType |
static graphql.schema.GraphQLObjectType |
tripGroupCountType |
static graphql.schema.GraphQLObjectType |
tripType |
static graphql.schema.GraphQLObjectType |
validationErrorType
The GraphQL API type representing entries in the table of errors encountered while loading or validating a feed.
|
| Constructor and Description |
|---|
GraphQLGtfsSchema() |
public static final graphql.schema.GraphQLObjectType agencyType
public static final graphql.schema.GraphQLObjectType calendarType
public static final graphql.schema.GraphQLObjectType scheduleExceptionType
public static final graphql.schema.GraphQLObjectType fareRuleType
public static final graphql.schema.GraphQLObjectType fareType
public static final graphql.schema.GraphQLObjectType feedInfoType
public static final graphql.schema.GraphQLObjectType shapePointType
public static final graphql.schema.GraphQLObjectType frequencyType
public static final graphql.schema.GraphQLObjectType tripType
public static final graphql.schema.GraphQLObjectType stopTimeType
public static final graphql.schema.GraphQLObjectType routeType
public static final graphql.schema.GraphQLObjectType stopType
public static final graphql.schema.GraphQLObjectType patternStopType
public static graphql.schema.GraphQLObjectType validationErrorType
public static graphql.schema.GraphQLObjectType rowCountsType
public static graphql.schema.GraphQLObjectType tripGroupCountType
public static graphql.schema.GraphQLObjectType errorCountType
public static final graphql.schema.GraphQLObjectType patternType
public static final graphql.schema.GraphQLObjectType serviceDurationType
public static graphql.schema.GraphQLObjectType serviceType
public static final graphql.schema.GraphQLObjectType feedType
public static final graphql.schema.GraphQLSchema feedBasedSchema
Copyright © 2019. All rights reserved.