Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field struct { Name string PluralName string TypeWithoutPointer string IsNumberID bool IsPrimaryNumberID bool IsPrimaryID bool IsRequired bool IsPlural bool // relation stuff IsRelation bool // boiler relation stuff is inside this field //BoilerField model.Field // graphql relation ship can be found here Relationship *Type IsOr bool IsAnd bool // Some stuff Description string Type types.Type Tag string }
type Type ¶
type Type struct { Name string PluralName string PrimaryKeyType string Fields []*Field IsNormal bool IsInput bool IsCreateInput bool IsUpdateInput bool IsNormalInput bool IsPayload bool IsWhere bool IsFilter bool IsPreloadable bool HasOrganizationID bool HasUserOrganizationID bool HasUserID bool HasStringPrimaryID bool // other stuff Description string PureFields []*ast.FieldDefinition Implements []string }
Click to show internal directories.
Click to hide internal directories.