Sha256: 44005910808da94c73f2095681bb4b58228c33a08b69eb4bcd20d57c2d6e333e

Contents?: true

Size: 148 Bytes

Versions: 8

Compression:

Stored size: 148 Bytes

Contents

module GraphqlDevise
  module Types
    class AuthenticableType < GraphQL::Schema::Object
      field :email, String, null: false
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
graphql_devise-0.7.0 app/graphql/graphql_devise/types/authenticable_type.rb
graphql_devise-0.6.0 app/graphql/graphql_devise/types/authenticable_type.rb
graphql_devise-0.5.0 app/graphql/graphql_devise/types/authenticable_type.rb
graphql_devise-0.4.1 app/graphql/graphql_devise/types/authenticable_type.rb
graphql_devise-0.4.0 app/graphql/graphql_devise/types/authenticable_type.rb
graphql_devise-0.3.0 app/graphql/graphql_devise/types/authenticable_type.rb
graphql_devise-0.2.0 app/graphql/graphql_devise/types/authenticable_type.rb
graphql_devise-0.1.1 app/graphql/graphql_devise/types/authenticable_type.rb