Sha256: 8b84c33398dcc9e656b96b887c65bdbb9357f48f3b273bc35d8c4c901a950de2

Contents?: true

Size: 218 Bytes

Versions: 14

Compression:

Stored size: 218 Bytes

Contents

# frozen_string_literal: true

module Ibrain
  module Types
    module Input
      class SocialLoginInput < Ibrain::Types::BaseInputObject
        argument :id_token, String, required: true
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
its-ruby-auth-0.0.1 app/graphql/ibrain/types/input/social_login_input.rb
ibrain-auth-0.3.20 app/graphql/ibrain/types/input/social_login_input.rb
ibrain-auth-0.3.19 app/graphql/ibrain/types/input/social_login_input.rb
ibrain-auth-0.3.18 app/graphql/ibrain/types/input/social_login_input.rb
ibrain-auth-0.3.17 app/graphql/ibrain/types/input/social_login_input.rb
ibrain-auth-0.3.16 app/graphql/ibrain/types/input/social_login_input.rb
ibrain-auth-0.3.15 app/graphql/ibrain/types/input/social_login_input.rb
ibrain-auth-0.3.14 app/graphql/ibrain/types/input/social_login_input.rb
ibrain-auth-0.3.13 app/graphql/ibrain/types/input/social_login_input.rb
ibrain-auth-0.3.12 app/graphql/ibrain/types/input/social_login_input.rb
ibrain-auth-0.3.11 app/graphql/ibrain/types/input/social_login_input.rb
ibrain-auth-0.3.10 app/graphql/ibrain/types/input/social_login_input.rb
ibrain-auth-0.3.9 app/graphql/ibrain/types/input/social_login_input.rb
ibrain-auth-0.3.8 app/graphql/ibrain/types/input/social_login_input.rb