Help for this page

Select Code to Download


  1. or download this
    curl \
        --request POST --url 'http://localhost:8080/otp/gtfs/v1' \
        --header 'Content-Type: application/json' \
        --header 'OTPTimeout: 180000' \
        --data '{"query":"query IntrospectionQuery { __schema { queryType 
    +{ name } mutationType { name } subscriptionType { name } types { ...F
    +ullType } directives { name description locations args { ...InputValu
    +e } } } } fragment FullType on __Type { kind name description fields(
    +includeDeprecated: true) { name description args { ...InputValue } ty
    +pe { ...TypeRef } isDeprecated deprecationReason } inputFields { ...I
    +nputValue } interfaces { ...TypeRef } enumValues(includeDeprecated: t
    +rue) { name description isDeprecated deprecationReason } possibleType
    +s { ...TypeRef } } fragment InputValue on __InputValue { name descrip
    +tion type { ...TypeRef } defaultValue } fragment TypeRef on __Type { 
    +kind name ofType { kind name ofType { kind name ofType { kind name of
    +Type { kind name ofType { kind name ofType { kind name ofType { kind 
    +name } } } } } } } } "}'
    
  2. or download this
    use GraphQL::Schema;
    my $FH;
    ...
    
    my $schema = GraphQL::Schema->from_doc($SDLcontent);
    if( ! defined $schema ){ die "failed to parse SDL schema." }
    
  3. or download this
    Reference {"groupSimilarityKeepOne" => {"default_value" => "0.85","des
    +...} did not pass type constraint "CodeLike|FieldMapInput" (in $self-
    +>{"fields"}) at MooX/
    Thunking.pm line 43
    ...
              $_->{default_value} and !$_->{type}->is_valid($_->{default_v
    +alue})
            } values %{$_}
     })
    
  4. or download this
    """
    Settings that control the behavior of itinerary filtering. **These are
    + advanced settings and
    ...
      """
      itineraryFilterDebugProfile: ItineraryFilterDebugProfile = OFF
    }