Files
genqlient/generate/testdata/QueryWithStructs.graphql.go
T
2020-07-15 17:35:47 -07:00

8 lines
180 B
Go

type Response struct {
User *struct {
AuthMethods []struct {
Provider *string `json:"provider"`
Email *string `json:"email"`
} `json:"authMethods"`
} `json:"user"`
}