MCPcopy Index your code

hub / github.com/Khan/genqlient / functions

Functions2,231 in github.com/Khan/genqlient

↓ 2 callersFunctionnewRoundtripClient
(t *testing.T, endpoint string)
internal/integration/roundtrip.go:129
↓ 2 callersFunctionnewRoundtripGetClient
(t *testing.T, endpoint string)
internal/integration/roundtrip.go:139
↓ 2 callersFunctionnewRoundtripWebSocketClient
(t *testing.T, endpoint string, opts ...graphql.WebSocketOption)
internal/integration/roundtrip.go:159
↓ 2 callersFunctionqueryWithCustomMarshal
( ctx_ context.Context, client_ graphql.Client, date time.Time, )
internal/integration/generated.go:3280
↓ 2 callersFunctionqueryWithCustomMarshalOptional
( ctx_ context.Context, client_ graphql.Client, date *time.Time, id *string, )
internal/integration/generated.go:3316
↓ 2 callersFunctionqueryWithCustomMarshalSlice
( ctx_ context.Context, client_ graphql.Client, dates []time.Time, )
internal/integration/generated.go:3354
↓ 2 callersFunctionqueryWithOmitempty
( ctx_ context.Context, client_ graphql.Client, id string, )
internal/integration/generated.go:3700
↓ 2 callersFunctionqueryWithVariables
( ctx_ context.Context, client_ graphql.Client, id string, )
internal/integration/generated.go:3736
↓ 2 callersFunctionselectionsMatch
selectionsMatch recursively compares the two selection-sets, and returns an error if they differ. It does not check arguments and directives, only fi
generate/validation.go:22
↓ 2 callersFunctionsortQueries
(queryDoc *ast.QueryDocument)
generate/parse_test.go:19
↓ 2 callersFunctiontestAllSnapshots
( t *testing.T, dir string, testfunc func(t *testing.T, filename string), )
generate/config_test.go:118
↓ 2 callersFunctiontypeNameParts
Given a prefix-list, and the next type-name, compute the prefix-list with that type-name added (if applicable). The returned value is not a valid pre
generate/names.go:142
↓ 2 callersMethodunmarshalNDate2string
(ctx context.Context, v interface{})
internal/integration/server/gqlgen_exec.go:5121
↓ 2 callersMethodunmarshalNID2string
(ctx context.Context, v interface{})
internal/integration/server/gqlgen_exec.go:5168
↓ 2 callersMethodunmarshalNString2string
(ctx context.Context, v interface{})
internal/integration/server/gqlgen_exec.go:5245
↓ 2 callersMethodunmarshalOBoolean2bool
(ctx context.Context, v interface{})
internal/integration/server/gqlgen_exec.go:5585
↓ 2 callersMethodunmarshalOID2ᚖstring
(ctx context.Context, v interface{})
internal/integration/server/gqlgen_exec.go:5634
↓ 2 callersMethodunmarshaler
unmarshaler returns: - the name of the function to use to unmarshal this field - true if this is a fully-qualified name (false if it is a package-loca
generate/types.go:214
↓ 2 callersFunctionupperFirst
(s string)
generate/util.go:27
↓ 2 callersFunctionvalidateStructOption
( typ *ast.Definition, selectionSet ast.SelectionSet, pos *ast.Position, )
generate/genqlient_directive.go:304
↓ 2 callersFunctionwithAuthToken
(ctx context.Context, token string)
internal/integration/server/server.go:191
↓ 1 callersMethodCount
(ctx context.Context)
internal/integration/server/server.go:160
↓ 1 callersMethodCreate
(subscriptionID string, interfaceChan interface{}, forwardDataFunc ForwardDataFunction)
graphql/subscription.go:22
↓ 1 callersMethodDelete
(subscriptionID string)
graphql/subscription.go:62
↓ 1 callersMethodDo
(*http.Request)
graphql/client.go:182
↓ 1 callersMethodFlattenedFields
FlattenedFields returns the fields of this type and its recursive embeds, and the paths to reach them (via those embeds), but with different visibilit
generate/types.go:338
↓ 1 callersMethodGetAllIDs
()
graphql/subscription.go:53
↓ 1 callersFunctionGetClientFromContext
(ctx context.Context)
internal/testutil/types.go:29
↓ 1 callersFunctionGetClientFromMyContext
(ctx MyContext)
internal/testutil/types.go:30
↓ 1 callersFunctionGetClientFromNowhere
()
internal/testutil/types.go:28
↓ 1 callersMethodGetLuckyNumber
GetLuckyNumber returns the interface-field "luckyNumber" from its implementation.
internal/integration/generated.go:462
↓ 1 callersMethodGetPointer
()
generate/genqlient_directive.go:75
↓ 1 callersMethodGetStruct
()
generate/genqlient_directive.go:77
↓ 1 callersMethodIsPointer
True if Unwrap() will unwrap a pointer at least once.
generate/types.go:48
↓ 1 callersMethodIsValid
()
internal/integration/server/gqlgen_models.go:84
↓ 1 callersFunctionMain
Main is the command-line entrypoint to genqlient; it's equivalent to calling go run github.com/Khan/genqlient For lower-level control over genqlien
generate/main.go:76
↓ 1 callersMethodMutation
()
internal/integration/server/gqlgen_exec.go:41
↓ 1 callersFunctionNewClientUsingWebSocket
NewClientUsingWebSocket returns a [WebSocketClient] which makes subscription requests to the given endpoint using webSocket. The client does not supp
graphql/client.go:136
↓ 1 callersFunctionNewExecutableSchema
region ************************** generated!.gotpl ************************** NewExecutableSchema creates an ExecutableSchema from the ResolverRoot
internal/integration/server/gqlgen_exec.go:24
↓ 1 callersMethodPointerIsFalse
()
generate/genqlient_directive.go:76
↓ 1 callersMethodRead
(subscriptionID string)
graphql/subscription.go:33
↓ 1 callersFunctionReadAndValidateConfigFromDefaultLocations
ReadAndValidateConfigFromDefaultLocations looks for a config file in the current directory, and all parent directories walking up the tree. The closes
generate/config.go:341
↓ 1 callersMethodSliceDepth
Count the number of times Unwrap() will unwrap a slice type. For example, given [][][]*MyStruct (or []**[][]*MyStruct, but we never currently generat
generate/types.go:45
↓ 1 callersFunctionSome
(value V)
internal/testutil/types.go:59
↓ 1 callersMethodString
()
internal/integration/server/gqlgen_models.go:92
↓ 1 callersMethodUnmarshalGQL
(v interface{})
internal/integration/server/gqlgen_models.go:96
↓ 1 callersMethodUnsubscribe
(subscriptionID string)
graphql/websocket.go:234
↓ 1 callersMethodUnsubscribeAll
()
graphql/websocket.go:250
↓ 1 callersFunctionWithConnectionParams
WithConnectionParams sets up connection params to be sent to the server during the initial connection handshake.
graphql/client.go:158
↓ 1 callersFunctionWithWebsocketHeader
WithWebsocketHeader sets a header to be sent to the server.
graphql/client.go:165
↓ 1 callersMethodWriteDefinition
WriteDefinition writes the code for this type into the given io.Writer. TODO(benkraft): Some of the implementations might now benefit from being conv
generate/types.go:22
↓ 1 callersMethodWriteTypes
(w io.Writer)
generate/generate.go:97
↓ 1 callersMethod_Animal_hair
(ctx context.Context, field graphql.CollectedField, obj *Animal)
internal/integration/server/gqlgen_exec.go:1112
↓ 1 callersMethod_Animal_id
endregion ***************************** args.gotpl ***************************** region ************************** directives.gotpl ***************
internal/integration/server/gqlgen_exec.go:939
↓ 1 callersMethod_Animal_name
(ctx context.Context, field graphql.CollectedField, obj *Animal)
internal/integration/server/gqlgen_exec.go:983
↓ 1 callersMethod_Animal_owner
(ctx context.Context, field graphql.CollectedField, obj *Animal)
internal/integration/server/gqlgen_exec.go:1071
↓ 1 callersMethod_Animal_species
(ctx context.Context, field graphql.CollectedField, obj *Animal)
internal/integration/server/gqlgen_exec.go:1027
↓ 1 callersMethod_Being
endregion **************************** input.gotpl ***************************** region ************************** interface.gotpl ****************
internal/integration/server/gqlgen_exec.go:4213
↓ 1 callersMethod_BeingsHair
(ctx context.Context, sel ast.SelectionSet, obj *BeingsHair)
internal/integration/server/gqlgen_exec.go:4311
↓ 1 callersMethod_BeingsHair_hasHair
(ctx context.Context, field graphql.CollectedField, obj *BeingsHair)
internal/integration/server/gqlgen_exec.go:1157
↓ 1 callersMethod_Hair
(ctx context.Context, sel ast.SelectionSet, obj *Hair)
internal/integration/server/gqlgen_exec.go:4350
↓ 1 callersMethod_Hair_color
(ctx context.Context, field graphql.CollectedField, obj *Hair)
internal/integration/server/gqlgen_exec.go:1201
↓ 1 callersMethod_Lucky
(ctx context.Context, sel ast.SelectionSet, obj Lucky)
internal/integration/server/gqlgen_exec.go:4236
↓ 1 callersMethod_Mutation
(ctx context.Context, sel ast.SelectionSet)
internal/integration/server/gqlgen_exec.go:4386
↓ 1 callersMethod_Mutation_createUser
(ctx context.Context, field graphql.CollectedField)
internal/integration/server/gqlgen_exec.go:1242
↓ 1 callersMethod_Query
(ctx context.Context, sel ast.SelectionSet)
internal/integration/server/gqlgen_exec.go:4435
↓ 1 callersMethod_Query___schema
(ctx context.Context, field graphql.CollectedField)
internal/integration/server/gqlgen_exec.go:1922
↓ 1 callersMethod_Query___type
(ctx context.Context, field graphql.CollectedField)
internal/integration/server/gqlgen_exec.go:1848
↓ 1 callersMethod_Query_being
(ctx context.Context, field graphql.CollectedField)
internal/integration/server/gqlgen_exec.go:1438
↓ 1 callersMethod_Query_beings
(ctx context.Context, field graphql.CollectedField)
internal/integration/server/gqlgen_exec.go:1490
↓ 1 callersMethod_Query_fail
(ctx context.Context, field graphql.CollectedField)
internal/integration/server/gqlgen_exec.go:1807
↓ 1 callersMethod_Query_lotteryWinner
(ctx context.Context, field graphql.CollectedField)
internal/integration/server/gqlgen_exec.go:1545
↓ 1 callersMethod_Query_me
(ctx context.Context, field graphql.CollectedField)
internal/integration/server/gqlgen_exec.go:1313
↓ 1 callersMethod_Query_user
(ctx context.Context, field graphql.CollectedField)
internal/integration/server/gqlgen_exec.go:1370
↓ 1 callersMethod_Query_userSearch
(ctx context.Context, field graphql.CollectedField)
internal/integration/server/gqlgen_exec.go:1739
↓ 1 callersMethod_Query_usersBornOn
(ctx context.Context, field graphql.CollectedField)
internal/integration/server/gqlgen_exec.go:1597
↓ 1 callersMethod_Query_usersBornOnDates
(ctx context.Context, field graphql.CollectedField)
internal/integration/server/gqlgen_exec.go:1668
↓ 1 callersMethod_Subscription
(ctx context.Context, sel ast.SelectionSet)
internal/integration/server/gqlgen_exec.go:4665
↓ 1 callersMethod_Subscription_count
(ctx context.Context, field graphql.CollectedField)
internal/integration/server/gqlgen_exec.go:1977
↓ 1 callersMethod_Subscription_countAuthorized
(ctx context.Context, field graphql.CollectedField)
internal/integration/server/gqlgen_exec.go:2035
↓ 1 callersMethod_User_birthdate
(ctx context.Context, field graphql.CollectedField, obj *User)
internal/integration/server/gqlgen_exec.go:2267
↓ 1 callersMethod_User_friends
(ctx context.Context, field graphql.CollectedField, obj *User)
internal/integration/server/gqlgen_exec.go:2308
↓ 1 callersMethod_User_greatScalar
(ctx context.Context, field graphql.CollectedField, obj *User)
internal/integration/server/gqlgen_exec.go:2368
↓ 1 callersMethod_User_hair
(ctx context.Context, field graphql.CollectedField, obj *User)
internal/integration/server/gqlgen_exec.go:2222
↓ 1 callersMethod_User_id
(ctx context.Context, field graphql.CollectedField, obj *User)
internal/integration/server/gqlgen_exec.go:2093
↓ 1 callersMethod_User_luckyNumber
(ctx context.Context, field graphql.CollectedField, obj *User)
internal/integration/server/gqlgen_exec.go:2181
↓ 1 callersMethod_User_name
(ctx context.Context, field graphql.CollectedField, obj *User)
internal/integration/server/gqlgen_exec.go:2137
↓ 1 callersMethod___Directive
(ctx context.Context, sel ast.SelectionSet, obj *introspection.Directive)
internal/integration/server/gqlgen_exec.go:4744
↓ 1 callersMethod___Directive_args
(ctx context.Context, field graphql.CollectedField, obj *introspection.Directive)
internal/integration/server/gqlgen_exec.go:2538
↓ 1 callersMethod___Directive_description
(ctx context.Context, field graphql.CollectedField, obj *introspection.Directive)
internal/integration/server/gqlgen_exec.go:2453
↓ 1 callersMethod___Directive_isRepeatable
(ctx context.Context, field graphql.CollectedField, obj *introspection.Directive)
internal/integration/server/gqlgen_exec.go:2592
↓ 1 callersMethod___Directive_locations
(ctx context.Context, field graphql.CollectedField, obj *introspection.Directive)
internal/integration/server/gqlgen_exec.go:2494
↓ 1 callersMethod___Directive_name
(ctx context.Context, field graphql.CollectedField, obj *introspection.Directive)
internal/integration/server/gqlgen_exec.go:2409
↓ 1 callersMethod___EnumValue
(ctx context.Context, sel ast.SelectionSet, obj *introspection.EnumValue)
internal/integration/server/gqlgen_exec.go:4800
↓ 1 callersMethod___EnumValue_deprecationReason
(ctx context.Context, field graphql.CollectedField, obj *introspection.EnumValue)
internal/integration/server/gqlgen_exec.go:2765
↓ 1 callersMethod___EnumValue_description
(ctx context.Context, field graphql.CollectedField, obj *introspection.EnumValue)
internal/integration/server/gqlgen_exec.go:2680
↓ 1 callersMethod___EnumValue_isDeprecated
(ctx context.Context, field graphql.CollectedField, obj *introspection.EnumValue)
internal/integration/server/gqlgen_exec.go:2721
↓ 1 callersMethod___EnumValue_name
(ctx context.Context, field graphql.CollectedField, obj *introspection.EnumValue)
internal/integration/server/gqlgen_exec.go:2636
↓ 1 callersMethod___Field
(ctx context.Context, sel ast.SelectionSet, obj *introspection.Field)
internal/integration/server/gqlgen_exec.go:4848
↓ 1 callersMethod___Field_args
(ctx context.Context, field graphql.CollectedField, obj *introspection.Field)
internal/integration/server/gqlgen_exec.go:2891
← previousnext →201–300 of 2,231, ranked by callers