Method: Rails::GraphQL::Callback#exclusive?

Defined in:
lib/rails/graphql/callback.rb

#exclusive?Boolean

Return if this event is exclusive, so that only the original source of the callback will be allowed to receive it

Returns:

  • (Boolean)


63
64
65
# File 'lib/rails/graphql/callback.rb', line 63

def exclusive?
  @exclusive
end