graphqexl v0.1.0-alpha-rc.25 Graphqexl.Schema.Subscription

GraphQL subscription

[Not yet fully supported]

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %Graphqexl.Schema.Subscription{
  arguments: %{required(atom()) => term()},
  name: String.t(),
  return: Graphqexl.Schema.Ref.t()
}