Sha256: 8fc6a580af03acd55210eed990da2f3949a864278e7abf5799311dc78ad655c6
Contents?: true
Size: 269 Bytes
Versions: 20
Compression:
Stored size: 269 Bytes
Contents
module NulogyGraphqlApi module Types # "Type" is not included in the name as this is a scalar type class UUID < GraphQL::Types::String description "A scalar type to represent a UUID. The UUID appears in the JSON response as a string." end end end
Version data entries
20 entries across 20 versions & 1 rubygems