package
0.8.2
Repository: https://github.com/rgraphql/magellan.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

AstPrimitiveProtoKind returns the primitive kind for the AST type.
IsAstPrimitive checks if the ast type is a primitive.
IsPrimEquiv checks if the two primitives are equivilent.
IsPrimitive checks if the type name is a primitive.
NewASTPrimitive converts an ast.Value to a primitive.
NewBoolPrimitive returns a boolean primitive.
NewFloatPrimitive returns a float primitive.
NewIntPrimitive returns a int primitive.
NewNullPrimitive returns the null primitive.
NewStringPrimitive returns a string primitive.
UnpackPrimitive unpacks a protobuf primitive.

# Variables

GraphQLPrimitivesAST maps named primitive types to scalar definitions.
No description provided by the author
GraphQLPrimitivesProtoKinds maps graphql primitive type names to proto primitive kinds.

# Structs

GraphQLPrimitiveScalar defines a scalar type for each built-in primitive.