Sha256: d29bf41bb0a43f6b92d3efd071c05eecfb37958efeb9f912f192f041c45a2241

Contents?: true

Size: 181 Bytes

Versions: 18

Compression:

Stored size: 181 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
graphql_devise-0.18.2 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.18.1 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.18.0 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.17.1 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.17.0 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.16.0 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.15.0 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.14.3 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.14.2 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.14.1 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.14.0 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.13.6 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.13.5 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.13.4 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.13.3 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.13.2 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.13.1 lib/graphql_devise/types/authenticatable_type.rb
graphql_devise-0.13.0 lib/graphql_devise/types/authenticatable_type.rb