Sha256: 09353aba755ab778ec1c157b25ba1df6d8988097badacc31bc695e2cfd729e5b
Contents?: true
Size: 354 Bytes
Versions: 20
Compression:
Stored size: 354 Bytes
Contents
module NulogyGraphqlApi module Types class UserErrorType < ::GraphQL::Schema::Object description "An end-user readable error" field :message, String, null: false, description: "A description of the error" field :path, [String], null: false, description: "Which input value this error came from" end end end
Version data entries
20 entries across 20 versions & 1 rubygems