github.com/Venafi/vcert/v5@v5.10.2/pkg/webclient/cloudproviders/genqlient.yaml (about)

     1  # For full documentation see:
     2  # https://github.com/Khan/genqlient/blob/main/docs/genqlient.yaml
     3  schema: schema.graphql
     4  operations:
     5    - genqlient.graphql
     6  generated: cloudproviders.gen.go
     7  use_struct_references: true
     8  optional: pointer
     9  
    10  
    11  # We bind github's DateTime scalar type to Go's time.Time (which conveniently
    12  # already defines MarshalJSON and UnmarshalJSON).  This means genqlient will
    13  # use time.Time when a query requests a DateTime, and is required for custom
    14  # scalars.
    15  bindings:
    16    UUID:
    17      type: string
    18    DateTime:
    19      type: time.Time