OBJECT
StorePlugin
link GraphQL Schema definition
1 type StorePlugin { 2 Int! : 3 4 Status! : 5 6 String! : 7 8 String : 9 10 StorePluginType! : 11 12 String! : 13 14 # Only used by Order API plugin 15 # 16 # Required permission: Store:read 17 # 18 # All elements are always returned 19 # 20 # Store restrictions apply. 21 Store!]! : [ 22 23 # Required permission: Store:read 24 # 25 # Store restrictions apply. 26 Store! : 27 28 }