Categorygithub.com/packtpublishing/hands-on-networking-with-go-programmingchapter_3_applicationsgraphqlgqlid
# Functions
Int32 ID.
Int64 ID.
Parse an ID from a base64 encoded GraphQL ID.
ParseInt64For parses an ID and returns an error if it's not an int64.
String ID.
# Constants
TypeInt32 means that the underlying ID is an int32 value.
TypeInt64 means that the underlying ID is an int64 value.
TypeString means that the underlying ID is a string value.
# Variables
ErrNotValidID is returned when the ID if not in the required format (base64 encoded gob).
# Type aliases
Type of the ID.