diff --git a/internal/genpyxis/generated.go b/internal/genpyxis/generated.go index caa8b11..5b6a648 100644 --- a/internal/genpyxis/generated.go +++ b/internal/genpyxis/generated.go @@ -11,6 +11,7 @@ import ( ) // ApplyComponentResponse is returned by ApplyComponent on success. + type ApplyComponentResponse struct { // Partially update a certification project. Update_certification_project *MutateComponentCommonResponse `json:"update_certification_project"` diff --git a/internal/genpyxis/genpyxis.go b/internal/genpyxis/genpyxis.go index 95774df..e846c67 100644 --- a/internal/genpyxis/genpyxis.go +++ b/internal/genpyxis/genpyxis.go @@ -5,6 +5,7 @@ // For the most part, this package exists to contain code-generation inputs // (e.g. GraphQL query definitions), and code-generation outputs (e.g. the // library code). + package genpyxis //go:generate ../../out/genqlient diff --git a/internal/genpyxis/schema.graphql b/internal/genpyxis/schema.graphql index d11324b..acc74f9 100644 --- a/internal/genpyxis/schema.graphql +++ b/internal/genpyxis/schema.graphql @@ -1,3 +1,4 @@ + directive @parse_federated_response_many on FIELD_DEFINITION | OBJECT directive @parse_federated_response_single on FIELD_DEFINITION | OBJECT