Versions in this module Expand all Collapse all v0 v0.0.1 Feb 27, 2023 Changes in this version + func RepoRoot(t *testing.T) string + func RunGenerateTest(t *testing.T, relConfigFilename string) + type AnimalFields struct + Hair AnimalFieldsHairBeingsHair + Id string + Owner AnimalFieldsOwnerBeing + func (v *AnimalFields) GetHair() AnimalFieldsHairBeingsHair + func (v *AnimalFields) GetId() string + func (v *AnimalFields) GetOwner() AnimalFieldsOwnerBeing + func (v *AnimalFields) MarshalJSON() ([]byte, error) + func (v *AnimalFields) UnmarshalJSON(b []byte) error + type AnimalFieldsHairBeingsHair struct + HasHair bool + func (v *AnimalFieldsHairBeingsHair) GetHasHair() bool + type AnimalFieldsOwnerAnimal struct + Id string + Typename string + func (v *AnimalFieldsOwnerAnimal) GetId() string + func (v *AnimalFieldsOwnerAnimal) GetTypename() string + type AnimalFieldsOwnerBeing interface + GetId func() string + GetTypename func() string + type AnimalFieldsOwnerUser struct + Id string + Typename string + func (v *AnimalFieldsOwnerUser) GetHair() MoreUserFieldsHair + func (v *AnimalFieldsOwnerUser) GetId() string + func (v *AnimalFieldsOwnerUser) GetLuckyNumber() int64 + func (v *AnimalFieldsOwnerUser) GetTypename() string + func (v *AnimalFieldsOwnerUser) MarshalJSON() ([]byte, error) + func (v *AnimalFieldsOwnerUser) UnmarshalJSON(b []byte) error + type CreateUserResponse struct + CreateUser createUserCreateUser + func (v *CreateUserResponse) GetCreateUser() createUserCreateUser + type FailingQueryResponse struct + Fail bool + Me failingQueryMeUser + func (v *FailingQueryResponse) GetFail() bool + func (v *FailingQueryResponse) GetMe() failingQueryMeUser + type FriendsFields struct + Id string + Name string + func (v *FriendsFields) GetId() string + func (v *FriendsFields) GetName() string + type InnerBeingFields interface + GetId func() string + GetName func() string + type InnerBeingFieldsAnimal struct + Id string + Name string + func (v *InnerBeingFieldsAnimal) GetId() string + func (v *InnerBeingFieldsAnimal) GetName() string + type InnerBeingFieldsUser struct + Friends []FriendsFields + Id string + Name string + func (v *InnerBeingFieldsUser) GetFriends() []FriendsFields + func (v *InnerBeingFieldsUser) GetId() string + func (v *InnerBeingFieldsUser) GetName() string + type InnerLuckyFields interface + GetLuckyNumber func() int64 + type InnerLuckyFieldsUser struct + LuckyNumber int64 + func (v *InnerLuckyFieldsUser) GetLuckyNumber() int64 + type LuckyFields interface + GetLuckyNumber func() int64 + type LuckyFieldsUser struct + LuckyNumber int64 + func (v *LuckyFieldsUser) GetHair() MoreUserFieldsHair + func (v *LuckyFieldsUser) GetId() string + func (v *LuckyFieldsUser) GetLuckyNumber() int64 + func (v *LuckyFieldsUser) MarshalJSON() ([]byte, error) + func (v *LuckyFieldsUser) UnmarshalJSON(b []byte) error + type MoreUserFields struct + Hair MoreUserFieldsHair + Id string + func (v *MoreUserFields) GetHair() MoreUserFieldsHair + func (v *MoreUserFields) GetId() string + type MoreUserFieldsHair struct + Color string + func (v *MoreUserFieldsHair) GetColor() string + type NewUser struct + Name string + func (v *NewUser) GetName() string + type QueryFragment struct + Beings []QueryFragmentBeingsBeing + func (v *QueryFragment) GetBeings() []QueryFragmentBeingsBeing + func (v *QueryFragment) MarshalJSON() ([]byte, error) + func (v *QueryFragment) UnmarshalJSON(b []byte) error + type QueryFragmentBeingsAnimal struct + Id string + Owner InnerBeingFields + Typename string + func (v *QueryFragmentBeingsAnimal) GetId() string + func (v *QueryFragmentBeingsAnimal) GetOwner() InnerBeingFields + func (v *QueryFragmentBeingsAnimal) GetTypename() string + func (v *QueryFragmentBeingsAnimal) MarshalJSON() ([]byte, error) + func (v *QueryFragmentBeingsAnimal) UnmarshalJSON(b []byte) error + type QueryFragmentBeingsBeing interface + GetId func() string + GetTypename func() string + type QueryFragmentBeingsUser struct + Id string + Typename string + func (v *QueryFragmentBeingsUser) GetId() string + func (v *QueryFragmentBeingsUser) GetLuckyNumber() int64 + func (v *QueryFragmentBeingsUser) GetTypename() string + func (v *QueryFragmentBeingsUser) MarshalJSON() ([]byte, error) + func (v *QueryFragmentBeingsUser) UnmarshalJSON(b []byte) error + type QueryWithCustomMarshalOptionalResponse struct + UserSearch []queryWithCustomMarshalOptionalUserSearchUser + func (v *QueryWithCustomMarshalOptionalResponse) GetUserSearch() []queryWithCustomMarshalOptionalUserSearchUser + type QueryWithCustomMarshalResponse struct + UsersBornOn []queryWithCustomMarshalUsersBornOnUser + func (v *QueryWithCustomMarshalResponse) GetUsersBornOn() []queryWithCustomMarshalUsersBornOnUser + type QueryWithCustomMarshalSliceResponse struct + UsersBornOnDates []queryWithCustomMarshalSliceUsersBornOnDatesUser + func (v *QueryWithCustomMarshalSliceResponse) GetUsersBornOnDates() []queryWithCustomMarshalSliceUsersBornOnDatesUser + type QueryWithFragmentsResponse struct + Beings []queryWithFragmentsBeingsBeing + func (v *QueryWithFragmentsResponse) GetBeings() []queryWithFragmentsBeingsBeing + func (v *QueryWithFragmentsResponse) MarshalJSON() ([]byte, error) + func (v *QueryWithFragmentsResponse) UnmarshalJSON(b []byte) error + type QueryWithInterfaceListFieldResponse struct + Beings []queryWithInterfaceListFieldBeingsBeing + func (v *QueryWithInterfaceListFieldResponse) GetBeings() []queryWithInterfaceListFieldBeingsBeing + func (v *QueryWithInterfaceListFieldResponse) MarshalJSON() ([]byte, error) + func (v *QueryWithInterfaceListFieldResponse) UnmarshalJSON(b []byte) error + type QueryWithInterfaceListPointerFieldResponse struct + Beings []*queryWithInterfaceListPointerFieldBeingsBeing + func (v *QueryWithInterfaceListPointerFieldResponse) GetBeings() []*queryWithInterfaceListPointerFieldBeingsBeing + func (v *QueryWithInterfaceListPointerFieldResponse) MarshalJSON() ([]byte, error) + func (v *QueryWithInterfaceListPointerFieldResponse) UnmarshalJSON(b []byte) error + type QueryWithInterfaceNoFragmentsResponse struct + Being queryWithInterfaceNoFragmentsBeing + Me queryWithInterfaceNoFragmentsMeUser + func (v *QueryWithInterfaceNoFragmentsResponse) GetBeing() queryWithInterfaceNoFragmentsBeing + func (v *QueryWithInterfaceNoFragmentsResponse) GetMe() queryWithInterfaceNoFragmentsMeUser + func (v *QueryWithInterfaceNoFragmentsResponse) MarshalJSON() ([]byte, error) + func (v *QueryWithInterfaceNoFragmentsResponse) UnmarshalJSON(b []byte) error + type QueryWithNamedFragmentsResponse struct + Beings []queryWithNamedFragmentsBeingsBeing + func (v *QueryWithNamedFragmentsResponse) GetBeings() []queryWithNamedFragmentsBeingsBeing + func (v *QueryWithNamedFragmentsResponse) MarshalJSON() ([]byte, error) + func (v *QueryWithNamedFragmentsResponse) UnmarshalJSON(b []byte) error + type QueryWithOmitemptyResponse struct + User queryWithOmitemptyUser + func (v *QueryWithOmitemptyResponse) GetUser() queryWithOmitemptyUser + type QueryWithVariablesResponse struct + User queryWithVariablesUser + func (v *QueryWithVariablesResponse) GetUser() queryWithVariablesUser + type SimpleQueryExtResponse struct + Me simpleQueryExtMeUser + func (v *SimpleQueryExtResponse) GetMe() simpleQueryExtMeUser + type SimpleQueryResponse struct + Me simpleQueryMeUser + func (v *SimpleQueryResponse) GetMe() simpleQueryMeUser + type Species string + const SpeciesCoelacanth + const SpeciesDog + type UserFields struct + Id string + func (v *UserFields) GetHair() MoreUserFieldsHair + func (v *UserFields) GetId() string + func (v *UserFields) GetLuckyNumber() int64 + func (v *UserFields) MarshalJSON() ([]byte, error) + func (v *UserFields) UnmarshalJSON(b []byte) error