Sha256: ca415685b007e10620823912ea82bd016684d3e9cdef9e3ea3f95918018348df

Contents?: true

Size: 150 Bytes

Versions: 16

Compression:

Stored size: 150 Bytes

Contents

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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
graphql_devise-0.12.3 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.12.2 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.12.1 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.12.0 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.11.4 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.11.3 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.11.2 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.11.1 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.11.0 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.10.1 app/graphql/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.10.0 app/graphql/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.9.2 app/graphql/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.9.1 app/graphql/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.9.0 app/graphql/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.8.1 app/graphql/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.8.0 app/graphql/graphql_devise/types/authenticatable_type.rb