Crate cynic_proc_macros

Source
Expand description

Procedural macros for cynic

Macros§

use_schema
Imports a schema for use by cynic.

Attribute Macros§

schema
Imports a registered schema into a schema module.
schema_for_derives
An attribute macro to automatically add schema attributes to cynic derives.

Derive Macros§

Enum
Derives cynic::Enum
InlineFragments
Derives cynic::InlineFragments
InputObject
Derives InputObject
QueryFragment
Derives cynic::QueryFragment
QueryVariableLiterals
Derives cynic::QueryVariableLiterals
QueryVariables
Derives cynic::QueryVariables
Scalar
Derives cynic::Scalar